home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / LIBRARY / PASCALL / NEETVGA / README.TXT
Text File  |  1993-09-04  |  1KB  |  29 lines

  1. OK neetvga
  2.  
  3. in these two directories are the AWESOME vga stuff...
  4.  
  5.  
  6.  
  7. rgb
  8.    in this directory I have MY OWN coded vga palette support stuff, and a
  9. few programs to take advantage of this(fern#).
  10.  
  11.  
  12.  
  13. rog
  14.    roger is the guy I got the bgi and pas from and he made the hack programs
  15. these are the originals.... 320x200 is a unit that starts the bgi at that
  16. mode but whenever it runs it prompts you for where it is....
  17.  
  18.   I modified this to be able to change the resolution within the program
  19. and for the program to be able to say where the bgi is(initializesvga i
  20. think I named the procedure) but that unit should be in rgb...
  21.  
  22.  
  23.  
  24. also look for two different vga support units (there are lots more actually)
  25. in the rgb directory, that I made.  one accepts direct changes in the rgb
  26. (from 0 to 63 as values) and the other accepts percentage( from 0 to 100,
  27. then it chooses the correct value from the highest possible which at a
  28. constant which is 63(I put this in incase there was a better vga card that
  29. could do higher values.....))